runtime.heapStatsDelta.tinyAllocCount (field)

8 uses

	runtime (current package)
		mcache.go#L182: 		atomic.Xadduintptr(&stats.tinyAllocCount, c.tinyAllocs)
		mcache.go#L269: 	atomic.Xadduintptr(&stats.tinyAllocCount, c.tinyAllocs)
		metrics.go#L159: 				out.scalar = uint64(in.heapStats.tinyAllocCount)
		mstats.go#L589: 	memstats.nfree += uint64(consStats.tinyAllocCount)
		mstats.go#L590: 	memstats.nmalloc += uint64(consStats.tinyAllocCount)
		mstats.go#L706: 	tinyAllocCount  uintptr                  // number of tiny allocations
		mstats.go#L728: 	a.tinyAllocCount += b.tinyAllocCount